home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Disc to the Future 2
/
Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin
/
MAC
/
THINKC
/
4_0
/
LIFE6__
/
PROTO
/
U
/
DOMENULI.C
< prev
next >
Wrap
Text File
|
1991-08-16
|
765b
|
33 lines
/* DoMenuLife6 Special menu handling */
/* Unit name: DoMenuLife6.c */
/* Function: Handle other specific menu lists. */
/* History: 8/16/91 Original by Prototyper 3.0 */
#include "PCommonLife6.h" /* Common */
#include "Common_Life6.h" /* Common */
#include "PUtils_Life6.h" /* General Utilities */
#include "Utils_Life6.h" /* General Utilities */
#include "DoMenuLife6.h" /* This file */
/* ======================================================= */
/* Routine: Handle_Other_Menus */
/* Purpose: Handle special menus */
void Handle_Other_Menus( theMenu, theItem)
short theMenu;
short theItem;
{
} /* End of procedure Handle_Other_Menus */
/* ======================================================= */